@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Merriweather&display=swap');

/*
**************************
STRUCTURE
**************************
*/

html, body {
    background-color: #fff;
    box-shadow: inset 0px 375px 375px -375px rgba(180,180,180,0.33);
}

body {
	padding-top: 144px;
    position: relative;
    background-color: #f9fbfd;
	color: #142328;
    line-height: 1.66;
    font-size: 18px;
    font-family: 'Inter';
}

strong {
	font-weight: 700;
}

section.container-fluid.content-top {
	box-shadow: 0 -6px 6px 0 hsla(0, 0%, 0%, 0.2);
	padding-top: 3em;
}

.container.content{
    margin-top: 0;
    margin-bottom: 0;
	padding-bottom: .5em;
}

.container-fluid.content {
    margin-top: 0;
    margin-bottom: 0;
}

.section-content {
    width: 100%;
	padding: 2em 0;
}

.default-color.grey {
    background-color: #F0F0F0;
}

/*
**************************
LAY-OUT
**************************
*/

h1,h2 {
    font-family: 'Merriweather';
    font-weight: 400;
}

h3,h4,h5 {
    font-family: 'Inter';
}

body h1 {
    display: block;
    width: 100%;
	font-size: 2.25em;
	margin-top: .5em;
}

body h2 {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 0;
}

body h3 {
	font-size: 1.15rem;
    font-weight: normal;
    margin-top: 20px;
}

body h4 {
	font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}

body p, .textWithPopup {
    margin: 15px 0;
}

.textWithPopup {
    display: block;
}

.nopadding{
    padding: 0;
}
.banner .row .nopadding:first-child {
    padding-right: 15px;
}
.banner .row .nopadding:last-child {
    padding-left: 15px;
}
.banner .row .nopadding button {
    border: none;
    background: #DAE7CA;
    padding: 6px 15px;
    color: #142328;
    box-shadow: 2px 2px 7px -4px #909090;
    cursor: pointer;
}
.banner .row .nopadding button {
    box-shadow: 2px 2px 0px -4px #909090;
}

/*
**************************
NAVBAR
**************************
*/

.navbar{
	padding: .3rem 1rem;
}

.navbar.white{
	background-color: #fff!important;
}

.navbar-brand {
	padding-top: initial;
}

.navbar-light .navbar-brand{
/* background: url(images/logo.svg); */
    width: 215px;
    height: 100px;
/*         background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px; */
}

.navbar-light .navbar-brand h1 span {
    font-size: .4em;
}

.navbar-light .navbar-nav .nav-link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #333;
    transition: .3s;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: #000;
}

.navbar-light .navbar-nav .nav-link.active{
    color: #FFF;
    background-color: #CCC;
}

.navbar-light .navbar-nav .nav-link.active:hover {
    color: #FFF;
    background-color: #888;
}

.nav-item {
    display: table;
    height: 60px;
}

.logo-client {
	display: none;
}

/*
**************************
CUSTOM MENU
**************************
*/

.mt-extra {
    top: 64px!important;
}

.custom-menu {
    color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4892d0+0,0071ce+100 */
	background: #1C3747; 
    overflow: visible;
	margin-top: 46px;
    height: 35px;
    line-height: 35px;
}

.custom-menu .custom-menu-inner {
    padding: 0 15px;
}

.custom-menu .custom-menu-inner .custom-menu-inner-menu {
	display: inline-block;
}

.custom-menu .custom-menu-inner .custom-menu-inner-menu ul {
	margin: 0;
	padding: 0;
}

.custom-menu .custom-menu-inner .custom-menu-inner-menu ul li {
	list-style-type: none;
	display: inline;
	margin-right: .5em;
}

.custom-menu .custom-menu-inner .custom-menu-inner-menu ul li a {
	color: #fff;
}

.custom-menu .custom-menu-inner .custom-menu-inner-selectie  {
	display: inline-block;
	float: right;
}

.custom-menu .custom-menu-inner .custom-menu-inner-selectie button {
    border: 0;
    padding: 0 .5em;
    margin: 0;
    margin-left: .5em;
    background: rgba(255,255,255,.2);
    color: #fff;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.custom-menu .custom-menu-inner .custom-menu-inner-selectie button:hover {
    background: rgba(255,255,255,.6);
    color: #000;
	transition: .5s ease-in-out;
	cursor: pointer;
}

/*
**************************
BANNER
**************************
*/

.banner{
	background: #ccc;
	background-size: cover;
	min-height: 20em;
}

.banner .banner-content {
    background: #fff;
    display: block;
    margin-top: 65px;
    margin-bottom: 40px;
    padding: 1em;
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.banner .banner-content.card {
	height: 280px;
}

.banner .banner-content h2 {
	padding-bottom: .5em;
	margin-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
}

.banner .banner-content h3 {
	margin-top: 8px;
}
banner .banner-content h2 span, .banner .banner-content h3 span {
	font-size: .6em;
	color: #666;
}

/*
**************************
CARD
**************************
*/

.card {
	height: 100%;
	overflow: hidden;
	border: 0;
	padding: 0 1em;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2)!important;
}

.first-row-card {
	padding-left: 0;
}

.second-row-card {
	padding-left: 0;
}

/*
**************************
MAP
**************************
*/

.map {
	height: 400px;
	position: relative;
    overflow: hidden;
}

.map img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    width: auto;
    height: 150%;
}

/*
**************************
TABLE
**************************
*/

.container-table {
    margin: 1em 0 1.5em 0;
}

.container-table h3 {
    display: block;
    font-weight: 600;
	margin: 0;
	margin-bottom: .5em;
}

.container-table h3 span {
    display: block;
    font-weight: normal;
	font-size: .6em;
	color: #666;
}

table { 
  width: 100%; 
  border-collapse: collapse; 
}

tr:nth-of-type(odd) { 
  background: #f2f2f2; 
}

th { 
	background: #ccc;
	color: #000;
	font-weight: bold;
	font-size: .8em;	
}

td, th { 
  padding: 6px; 
  text-align: right; 
}

td.naam {
    text-align: left;
    max-width: 135px; /* 25 karakters lang */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.container-table-overlay {
	visibility: hidden; 
	opacity: 0;
	transition: visibility 0s, opacity 0.1s linear;
	position: absolute;
    color: #142328;
	width: 100%;
    height: 100%;
    left: 0;	
	padding: 1em 2em 1em 2em;
	background: #FFF; 
}

.card:hover > .container-table-overlay {
	visibility: visible;
	opacity: 1;
	cursor: pointer;
}

.container-table-overlay h3 {
    font-weight: 600;
}

.container-table-overlay p.source {
    font-size: .9em;
    opacity: .7;
}

/*
**************************
NOT VISIBLE PAGE ON SCREEN
**************************
*/


#page-not-visible {
	display: none;
}

/*
**************************
FOOTER
**************************
*/

section#footer {
    padding: 1em;
    background: #D2D8DA;
	color: #142328;
    margin-top: 3em;
    line-height: 6em;
    height: 8em;
}

/*
**************************
EQUAL ROWS
**************************
*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*
**************************
MEDIA QUERIES
**************************
*/

@media (min-width: 992px) {
	body {
		padding-top: 144px;
	}
	.container-fluid {
        overflow: hidden;
    }
    .home-padding {
        padding-top: .5em;
        padding-bottom: 1.5em;
    }
	.map {		
		margin-top: 1em;
	}
}

@media (max-width: 389px) {
	.banner .banner-content h2, .banner .banner-content h3 {
		display: block;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media (max-width: 576px) {
	.custom-menu .custom-menu-inner {
		max-width: initial;
		width: 100%;
		margin: 0;
		padding-right: 2em;
	}
	.banner .banner-content {
		margin-left: 30px;
		margin-right: 25px;
	}
	.custom-menu .custom-menu-inner .custom-menu-inner-menu {
		padding-left: 15px;
	}
	.custom-menu .custom-menu-inner .custom-menu-inner-selectie {
		padding-right: 15px;
	}
}

@media (min-width: 576px) {
	.custom-menu .custom-menu-inner {
		max-width: 540px;
		margin: 0 auto;
	}
}

@media (max-width: 768px){
	.first-row-card, .second-row-card {
		padding-right: 0;
		padding-left: 0;
	}
	.first-row {
		margin-bottom: 0;
	}
	.first-row-card {
		margin-bottom: 1em;
	}
}

@media (min-width: 768px) {
	.custom-menu .custom-menu-inner {
		max-width: 720px;
		margin: 0 auto;
	}
	.second-row-card {
		padding-right: 0;
	}

}
@media (max-width: 992px) {
	.row.mb-4{
		margin-bottom: 0!important;
	}
	.first-row-card .card, .second-row-card .card {
		margin-bottom: 1em;
	}
	.second-row-card.last .card{
		margin-bottom: 0;
	}
	.row-eq-height {
		margin-bottom: 1em;
	}
}

@media (min-width: 992px) {
	.custom-menu .custom-menu-inner {
		max-width: 960px;
		margin: 0 auto;
	}
	.first-row {
		margin-bottom: 1em;
	}
	.second-row-card {
		padding-right: 0;
	}
}
@media (min-width: 1200px) {
	.custom-menu .custom-menu-inner {
		max-width: 1140px;
		margin: 0 auto;
	}
}